deploy_dir = ot_gfile_get_child_build_path (ostree_sysroot_get_path (sysroot), "ostree", "deploy", osname, NULL);
/* Ensure core subdirectories of /var exist, since we need them for
- * dracut generation, and the host will want them too. Note that at
- * the moment we pre-create /var/log/journal to cater to systemd.
+ * dracut generation, and the host will want them too.
*/
g_clear_object (&dir);
- dir = ot_gfile_get_child_build_path (deploy_dir, "var", "log", "journal", NULL);
- if (!gs_file_ensure_directory (dir, TRUE, cancellable, error))
- goto out;
-
- g_clear_object (&dir);
dir = ot_gfile_get_child_build_path (deploy_dir, "var", "tmp", NULL);
if (!gs_file_ensure_directory (dir, TRUE, cancellable, error))
goto out;